Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / FormatCellsActionCommand Constructor / FormatCellsActionCommand Constructor(StyleFormat,IWorksheet,Nullable<Boolean>)
The worksheet which this command attached to.


In This Topic
    FormatCellsActionCommand Constructor(StyleFormat,IWorksheet,Nullable<Boolean>)
    In This Topic
    Initializes a new instance of the FormatCellsActionCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newStyleFormat As StyleFormat, _
       ByVal worksheet As IWorksheet, _
       ByVal isMergedCell As Nullable(Of Boolean) _
    )
    'Usage
     
    
    Dim newStyleFormat As StyleFormat
    Dim worksheet As IWorksheet
    Dim isMergedCell As Nullable(Of Boolean)
     
    Dim instance As New FormatCellsActionCommand(newStyleFormat, worksheet, isMergedCell)

    Parameters

    newStyleFormat
    worksheet
    The worksheet which this command attached to.
    isMergedCell
    See Also